syscall.SockaddrUnix.raw (field)
8 uses
syscall (current package)
syscall_linux.go#L542: if n > len(sa.raw.Path) {
syscall_linux.go#L545: if n == len(sa.raw.Path) && name[0] != '@' {
syscall_linux.go#L548: sa.raw.Family = AF_UNIX
syscall_linux.go#L550: sa.raw.Path[i] = int8(name[i])
syscall_linux.go#L557: if sa.raw.Path[0] == '@' {
syscall_linux.go#L558: sa.raw.Path[0] = 0
syscall_linux.go#L563: return unsafe.Pointer(&sa.raw), sl, nil
syscall_unix.go#L282: raw RawSockaddrUnix
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |